home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 051-075 / disk_066 / free / readme.free < prev   
Text File  |  1992-05-06  |  2KB  |  34 lines

  1. /*********************************************************************/         
  2. /*    FREE Copyright 1987 by Tom Smythe                              */
  3. /*    RealTime Asc. Seattle, Wa.                                     */
  4. /*    (206)-547-7292                                                 */
  5. /*    (206)-774-4735 bbs                                             */
  6. /*                                                                   */
  7. /*    FREE returns the available free bytes on any storage device    */
  8. /*    that AmigaDos sees as a drive.  A list of up to six drives     */
  9. /*    is kept by the program and may be cleared or added to at any   */
  10. /*    time by the user.  Chip and Fast memory, if available, is      */
  11. /*    always displayed except when in command mode.  If a device is  */
  12. /*    not currently mounted a requester is displayed.  If the device */
  13. /*    is not subsequently mounted, it is ignored in the output.      */
  14. /*                                                                   */
  15. /*                                                                   */
  16. /*    Command Mode is initiated by the "-x" parameter.               */
  17. /*    The full path name must be specified eg. "df0:c/free -x"       */
  18. /*       "-x" with no parameters re-ititializes the drive list.      */
  19. /*       "-x dfn: dhn: vdn: ram:"  adds named devices to list.       */
  20. /*       "?" returns a USAGE statement.                              */
  21. /*                                                                   */
  22. /*    The author grants license to copy and distribute this program  */
  23. /*    for non-commercial purposes as long as the Copyright notice    */
  24. /*    remains intact.                                                */
  25. /*                                                                   */
  26. /*    I thought it might be fun to write a program that goes in and  */
  27. /*    alters its own executable code.  This was the result of these  */
  28. /*    efforts.  I had fun with it.  Hope you do too.                 */
  29. /*                                  Tom Smythe                       */ 
  30. /*                                  Seattle,Wa.                      */
  31. /*                                  01/29/87                         */ 
  32. /*                                                                   */   
  33. /*********************************************************************/         
  34.